CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux tcp

搜索资源列表

  1. 在Linux下配置TCP-IP.rar

    0下载:
  2. 这片文章较详细地介绍了在Linux下如何配置TCP/IPX协议。
  3. 所属分类:文档资料

    • 发布日期:
    • 文件大小:20967
    • 提供者:
  1. tcpcandperl

    0下载:
  2. 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:27988
    • 提供者:李强
  1. tcp-ipv3

    1下载:
  2. 用tcp/ip进行网际互联第三卷书源代码,含有linux与windows两种平台版本-with tcp / ip for internetworking Volume III source code book, containing two windows and linux platform version
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:65836
    • 提供者:李东
  1. linux下关于socket编程的C例子

    2下载:
  2. 这是linux下关于C的编程,其中包含了socket的几种用法的例子,有udp、tcp以及select的使用。-under linux on the C programming, which includes a socket several examples of usage, udp, tcp and select use.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:571308
    • 提供者:钟文德
  1. embedded_linux_tcpip

    0下载:
  2. linux下TCP/IP的简单测试程序,已经在LINUX和嵌入式LINUX下通讯成功。-Linux TCP / IP simple test procedure in Embedded Linux and Linux communications success.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2490
    • 提供者:张子梦
  1. TCPIP-vol3.linux.dist

    0下载:
  2.  Douglas Comer,《用TCP/IP进行网际互连 第3卷:客户机-服务器编程和应用(第2版)》 或其英文版 Internetworking With TCP/IP Vol III: Client-Server Programming And Application (Second Edition) 整书源码
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:63618
    • 提供者:阎利
  1. tcpmap.c

    0下载:
  2. UNIX/LINUX TCP桥(或TCP端口映射器)-UNIX / Linux TCP Bridge (or TCP port mapping)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:3314
    • 提供者:black bear
  1. tcprw

    1下载:
  2. linux tcp通讯例程,一个server一个customer-linux tcp communications routines, a customer a server
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:13521
    • 提供者:刘蒙恩
  1. tcpudpcases

    0下载:
  2. 有关linux的tcp和udp通讯的服务器端和客服端的源程序-the Linux tcp and udp communications server and customer service side of the source
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:416312
    • 提供者:林漳坤
  1. tcp.tar

    0下载:
  2. linux下的网络编程,可实现传输文件和qq聊天的功能(Network programming under Linux, can transfer files and QQ chat function)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:雷哥666
  1. tcp

    0下载:
  2. 在linux嵌入式平台上进行TCP通信代码(TCP communication code on Linux Embedded Platform)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:718848
    • 提供者:小清奈
  1. Linux基础命令

    0下载:
  2. 本文将讲述网络相关命令,作者假定读者具备TCP/IP协议栈的基础知识。对于相关命令及其输出只介绍它的基本的使用方法和大概的描述,具体协议将不作详细解释。 如今网络无疑是很重要的,linux系统中提供了丰富的网络测试与管理命令。我们来一起看看它们。(This article will tell about network-related commands, and the author assumes that the reader has the basics of TCP\/IP proto
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-01
    • 文件大小:747520
    • 提供者:abc132123
  1. Linux下C语言Socket函数建立TCP连接

    0下载:
  2. LINUX下使用C语言基于SOCKET函数建立TCP连接(LINUX uses the C language to build TCP connections based on the SOCKET function)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-07
    • 文件大小:3072
    • 提供者:乐哉山水
  1. linux进程之间的通讯综合实例

    0下载:
  2. A<========>B<=========>C<=====>D<======>E A与B进程之间通过TCP的socket传递 主要掌握socket的流程: A服务器端: socket -->bind---->listen---->accept send read B客户端: socket-->connect->read send 不懂的可以man一下 man socket B与C
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-08
    • 文件大小:4096
    • 提供者:数据包
  1. linux-1.2.13.tar

    0下载:
  2. tcp/ip内核源码实现,对于分析源码来理解tcp/ip协议有很好的作用(Tcp/ip kernel source code implementation)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-01-10
    • 文件大小:2354176
    • 提供者:123DLJ
  1. 简单TCP套接

    0下载:
  2. linux系统下简单的soket套接,实现客户端与服务单的简单信息传输(Simple soket socket under Linux system,Simple information transmission of client and service list)
  3. 所属分类:Linux/Unix编程

  1. tcp

    0下载:
  2. 利用Linux平台编程,实现让自己PC变成一个简单的服务器。可以通过IP和端口号实现局域网的网络通讯。(Use Linux platform programming to make your PC a simple server. The network communication of the LAN can be realized through IP and port number.)
  3. 所属分类:网络编程

    • 发布日期:2018-01-10
    • 文件大小:9216
    • 提供者:lb_!
  1. linux大作业代码

    0下载:
  2. 系统采用客户端和服务器端开发模式。在客户端,设计两个进程P1和P2同时读取网卡上的数据,P1读取数据后,负责将TCP报文中的头部数据写入到Packet文件中,P2读取数据后,负责将UDP报文的头部同样写入到Packet文件中。(The system uses the client and server-side development mode. On the client side, we design two processes, P1 and P2, and read the data o
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-20
    • 文件大小:5120
    • 提供者:纯甄
  1. uart

    0下载:
  2. 在linux下,am335为硬件平台,实现tcp协议(Under Linux, am335 is a hardware platform to implement the TCP protocol)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-18
    • 文件大小:11264
    • 提供者:申酉戌亥sky
  1. linux TCP IP协议栈源码解析

    1下载:
  2. linux内核TCP/IP协议栈解析,包括协议栈内核源码,适合中、高级开发人员
  3. 所属分类:Linux/Unix编程

    • 发布日期:2020-03-21
    • 文件大小:3450596
    • 提供者:actemp@163.com
« 1 2 3 4 5 67 8 9 10 11 ... 46 »
搜珍网 www.dssz.com